var internal/poll.dupCloexecUnsupported
3 uses
internal/poll (current package)
fd_unix.go#L657: var dupCloexecUnsupported atomic.Bool
fd_unix.go#L661: if syscall.F_DUPFD_CLOEXEC != 0 && !dupCloexecUnsupported.Load() {
fd_unix.go#L671: dupCloexecUnsupported.Store(true)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)